{% extends "base.html" %} {% block content %}
{% for post in posts.items %}

{{ post.title }}

{{ post.content[:200] }}{% if post.content|length > 200 %}...{% endif %}

阅读全文
{% else %}

暂无文章。

{% endfor %}
{% endblock %}